annatech / capi
cAPI v2 Composer library.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.1
- doctrine/annotations: 1.4.*
- doctrine/lexer: ^1.0.1
- icyapril/cryptolib: 1.0.1
- ircmaxell/password-compat: ^1.0.4
- joomla/application: 1.8.*
- joomla/compat: ^1.2
- joomla/data: ^1.2
- joomla/di: ^1.5.1
- joomla/event: ^1.2
- joomla/filter: ^1.3.5
- joomla/http: ^1.3.2
- joomla/input: ^1.3
- joomla/ldap: ^1.4
- joomla/registry: ^1.6
- joomla/session: ^1.3
- joomla/string: ^1.4
- joomla/uri: ^1.2
- joomla/utilities: ^1.6
- monolog/monolog: 1.9.*
- php-ai/php-ml: 0.4.1
- php-di/slim-bridge: 2.0.*
- psr/http-message: ^1.0
- psr/log: ^1.0.2
- react/cache: ^0.4.2
- react/datagram: ^1.4
- react/dns: ^0.4.15
- react/event-loop: ^0.4.3
- react/http: ^0.7.4
- react/http-client: ^0.5.9
- react/promise: ^2.7.0
- react/promise-timer: ^1.5
- react/socket: ^0.8.12
- react/stream: ^0.7.7
- slim/php-view: 2.0.6
- slim/slim: ^3.11
- symfony/finder: ^3.4.17
- symfony/polyfill-php55: ^1.9.0
- symfony/polyfill-php56: ^1.9.0
- symfony/polyfill-util: ^1.9.0
- symfony/yaml: ^3.4.17
- tuupola/slim-basic-auth: 3.2.*
- zircote/swagger-php: 3.0.1
This package is auto-updated.
Last update: 2024-10-28 12:19:07 UTC
README
cAPI v2 Composer Libraries
cAPI v2 is currently under development. This composer library will be updated and branched prior to cAPI2 production release.
Overview
This composer package is to be used when building the Joomla Library extension for cAPI 2 before packaging it into an installable file.
cAPI2 requires a collection of external libraries to faciliate the following functionality:
- HTTP Route Handling (Slim)
- Swagger JSON Generation
- Non-blocking I/O, Event Handling and Data Streaming
- Basic Machine Learning & AI Functions
- Joomla Vendor Libraries
Using this composer package, a developer can ensure the proper versions of required packages are included in the Joomla library extension build. This library is currently distributed with the cAPI2 Package for Joomla (Under Development)
Purpose
While it would be possible in theory to extend the Joomla vendor library, this package serves as a working snapshot of libraries which work together effectively to serve cAPI2 functionality (once bundled into an installable Joomla library).
This allows for Joomla CMS & Platform changes (as well as ReactPHP, Slim Framework, etc.) to not affect core cAPI2 functionality until such changes are deemed acceptable for inclusion and determine to no cause dependency conflicts.