PHP code example of qa-data / di-service-attribute
1. Go to this page and download the library: Download qa-data/di-service-attribute 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/ */
qa-data / di-service-attribute example snippets
declare(strict_types=1);
namespace App\Model\Awesome;
use QaData\DiAttribute\DiRegisterService;
#[DiRegisterService]
class AwesomeService
{
...