PHP code example of rradutzu / zf-apigility-doctrine-bulk
1. Go to this page and download the library: Download rradutzu/zf-apigility-doctrine-bulk library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
rradutzu / zf-apigility-doctrine-bulk example snippets
namespace Api\V1\Rest\ApiExample;
use ZF\Apigility\Doctrine\Server\Resource\DoctrineResource;
class ApiExampleResource extends DoctrineResource
namespace Api\V1\Rest\ApiExample;
use ZF\Apigility\Doctrine\Bulk\Server\Resource\DoctrineBulkResource;
class ApiExampleResource extends DoctrineBulkResource