Download the PHP package citeq/php-api-wrapper without Composer
On this page you can find all versions of the php package citeq/php-api-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download citeq/php-api-wrapper
More information about citeq/php-api-wrapper
Files in citeq/php-api-wrapper
Package php-api-wrapper
Short Description Work with APIs like with Laravel Eloquent or Doctrine (no longer a dream)
License MIT
Informations about the package php-api-wrapper
PHP API Wrapper
This is a fork of the cristal/php-api-wrapper
package with extended filter functions. Because the extended functions are only available
for the laravel framework, they are currently provided in this own fork and haven't been contributed back yet.
PHP API Wrapper is a smart stack based on a couple of a Transport and a smart Wrapper for your API. It is designed to be easily integrated into your projects thanks to bridges for Laravel, Symfony, API Platform and a standalone stack.
:rocket: Installation using Composer
:eyes: Quick view
:book: Chose your stack
:point_right: Start wihout Laravel or Symfony
If you decide to work without Laravel or Symfony, PHP Api Wrapper comes with a standalone Builder and a Model largely inspired by Eloquent, but really standalone. I promise !
Start without Laravel or Symfony
:point_right: Start with Laravel
This is actualy the powerfull usage of API Wrapper. If you decide to use PHP API Wrapper with Laravel the integration approaches perfection. The builder returns Collections, all models are usable with the Laravel Route Binding (this is really impressive). And icing on the cake, you can create complexes relations between Eloquent and PHP API Wrapper.
Start with Laravel
:point_right: Start with Symfony (and optionally Api Platform)
This implementation is realy interesting too, the Symfony bridge provide you a Repository implementing the Doctrine RepositoryInterface which hydrates your entities. A Manager is also available which allows you to manage repositories and its connections. If you are using API Platform this is fully compatible. A API Platform Data Provider is also registered.
:warning: Careful, this implementation is currently read-only. Help us to implement the missing parts !
Start with Symfony