{"id":18963788,"url":"https://github.com/opensoft/opensofteplbundle","last_synced_at":"2025-04-19T12:36:42.635Z","repository":{"id":2221048,"uuid":"3170953","full_name":"opensoft/OpensoftEplBundle","owner":"opensoft","description":"Bundle for the epl library","archived":false,"fork":false,"pushed_at":"2018-01-23T15:51:10.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T07:51:26.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opensoft.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-13T13:29:44.000Z","updated_at":"2017-05-02T15:22:33.000Z","dependencies_parsed_at":"2022-07-21T11:29:13.598Z","dependency_job_id":null,"html_url":"https://github.com/opensoft/OpensoftEplBundle","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensoft%2FOpensoftEplBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensoft%2FOpensoftEplBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensoft%2FOpensoftEplBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opensoft%2FOpensoftEplBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opensoft","download_url":"https://codeload.github.com/opensoft/OpensoftEplBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249201117,"owners_count":21229004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T14:21:41.541Z","updated_at":"2025-04-16T05:31:26.247Z","avatar_url":"https://github.com/opensoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpensoftEplBundle\n==================\n\n[![Build Status](https://travis-ci.org/opensoft/OpensoftEplBundle.png?branch=master)](https://travis-ci.org/opensoft/OpensoftEplBundle)\n\nInstallation\n============\n\n### Add this bundle to your project\n\n**Using the composer**\n\n```php composer.phar require opensoft/opensoft-epl-bundle```\n\n**Using the vendors script**\n\nAdd the following lines in your deps file:\n\n    [OpensoftEplBundle]\n        git=git://github.com/opensoft/OpensoftEplBundle.git\n        target=bundles/Opensoft/EplBundle\n    [epl]\n        git=http://github.com/opensoft/epl.git\n\nRun the vendors script:\n\n```bash\n$ php bin/vendors install\n```\n\n**Using Git submodule**\n\n```bash\n$ git submodule add git://github.com/opensoft/OpensoftEplBundle.git vendor/bundles/Opensoft/EplBundle\n```\n\n### Add the EPL namespace to your autoloader\n\n```php\n\u003c?php\n// app/autoload.php\n\n$loader-\u003eregisterNamespaces(array(\n    'Epl'       =\u003e __DIR__.'/../vendor/epl/src',\n    'Opensoft'  =\u003e __DIR__.'/../vendor/bundles',\n    // your other namespaces\n));\n```\n\n### Add this bundle to your application's kernel\n\n```php\n\u003c?php\n// app/AppKernel.php\n\npublic function registerBundles()\n{\n    return array(\n        // ...\n        new Opensoft\\EplBundle\\OpensoftEplBundle(),\n        // ...\n    );\n}\n```\n\n\n#### Documentation and configuration\nIt is simple configuration bundle for epl library. Two configuration parameters are available.\n\n```yaml\nopensoft_epl:\n    composite: Epl\\CommandComposite # implements Epl\\CommandCompositeInterface\n    helper: Epl\\CommandHelper       # implements Epl\\CommandHelperInterface\n```\n\n\n#### License\n\nSee `Resources/meta/LICENSE`.\n\n\n#### Original Credits\n\n* Petrov Dmitry as main author.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensoft%2Fopensofteplbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopensoft%2Fopensofteplbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopensoft%2Fopensofteplbundle/lists"}