OpenTBSBundle icon indicating copy to clipboard operation
OpenTBSBundle copied to clipboard

A bundle to use OpenTBS in Symfony - to create OpenOffice and Ms Office documents with PHP.

Results 4 OpenTBSBundle issues
Sort by recently updated
recently updated
newest added

Hello. Can't add plugin support. Sample code (one of the options): ``` $tbs = new OpenTBS(); $ok = class_exists('clsTbsAggregate', true); $tbs->PlugIn(TBS_INSTALL, 'clsTbsAggregate'); ``` After running the script, a notification will...

Hi, in Symfony 3.3, I get a Deprecation warning: > Autowiring services based on the types they implement is deprecated since Symfony 3.3 and won't be supported in version 4.0....

Hi how is it possible to load clsTbsZip that extend clsOpenTBS class?

Using the more up to date wakeasp_inc fork of this, I was suddenly getting an error 500 "the controller must return a response null given" appended to my files i...