All Projects → phalcon → Incubator

phalcon / Incubator

Licence: other
Incubator adapters/functionality for the Phalcon PHP Framework

Projects that are alternatives of or similar to Incubator

Vokuro
Sample application for Phalcon Framework (Acl, Auth, Security)
Stars: ✭ 350 (-52.32%)
Mutual labels:  phalcon, acl
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (-20.03%)
Mutual labels:  acl
Nlp Conference Compendium
Compendium of the resources available from top NLP conferences.
Stars: ✭ 349 (-52.45%)
Mutual labels:  acl
Laravel Acl
This package helps you to associate users with permissions and permission groups with laravel framework
Stars: ✭ 404 (-44.96%)
Mutual labels:  acl
Permissionmanager
Admin interface for managing users, roles, permissions, using Backpack CRUD
Stars: ✭ 363 (-50.54%)
Mutual labels:  acl
Chn Iplist
Chnroutes rules for routers、Shadowrocket、Quantumult、Kitsunebi、acl、BifrostV、v2rayNG、v2rayN、clash、pac、Qv2ray、v2ray config file.
Stars: ✭ 469 (-36.1%)
Mutual labels:  acl
Nlp Papers With Arxiv
Statistics and accepted paper list of NLP conferences with arXiv link
Stars: ✭ 345 (-53%)
Mutual labels:  acl
Awesome Relation Extraction
📖 A curated list of awesome resources dedicated to Relation Extraction, one of the most important tasks in Natural Language Processing (NLP).
Stars: ✭ 656 (-10.63%)
Mutual labels:  acl
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (-21.66%)
Mutual labels:  phalcon
Defender
Roles & Permissions for Laravel 8 / 7 / 6 / 5
Stars: ✭ 403 (-45.1%)
Mutual labels:  acl
Vue Acl
Access Control List plugin for VueJS 2.0
Stars: ✭ 376 (-48.77%)
Mutual labels:  acl
Gorm Adapter
Gorm adapter for Casbin
Stars: ✭ 373 (-49.18%)
Mutual labels:  acl
Aclight
A script for advanced discovery of Privileged Accounts - includes Shadow Admins
Stars: ✭ 536 (-26.98%)
Mutual labels:  acl
Forum
Phalcon official Forum
Stars: ✭ 358 (-51.23%)
Mutual labels:  phalcon
Awesome Phalcon
A curated list of awesome Phalcon libraries and resources
Stars: ✭ 593 (-19.21%)
Mutual labels:  phalcon
Casbin Rs
An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
Stars: ✭ 375 (-48.91%)
Mutual labels:  acl
Prophiler
PHP Profiler & Developer Toolbar (built for Phalcon)
Stars: ✭ 445 (-39.37%)
Mutual labels:  phalcon
Hmq
High performance mqtt broker
Stars: ✭ 722 (-1.63%)
Mutual labels:  acl
Pycasbin
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
Stars: ✭ 625 (-14.85%)
Mutual labels:  acl
Casbin.net
An authorization library that supports access control models like ACL, RBAC, ABAC in .NET (C#)
Stars: ✭ 535 (-27.11%)
Mutual labels:  acl

Phalcon Incubator

Build Status Latest Version Software License Total Downloads Daily Downloads

This is a repository to publish/share/experiment with new adapters, prototypes or functionality that can potentially be incorporated into the Phalcon Framework.

We also welcome submissions of snippets from the community, to further extend the framework.

The code in this repository is written in PHP.

Installation

Installing via Composer

Install Composer in a common location or in your project:

curl -s http://getcomposer.org/installer | php

Then create the composer.json file as follows:

{
    "require": {
        "phalcon/incubator": "^3.4"
    }
}

If you are still using Phalcon 2.0.x, create the composer.json file as follows:

{
    "require": {
        "phalcon/incubator": "^2.0"
    }
}

Run the composer installer:

$ php composer.phar install

Installing via GitHub

Just clone the repository in a common location or inside your project:

git clone https://github.com/phalcon/incubator.git

For a specific git branch (eg 2.0.13) please use:

git clone -b 2.0.13 [email protected]:phalcon/incubator.git

Autoloading from the Incubator

Add or register the following namespace strategy to your Phalcon\Loader in order to load classes from the incubator repository:

$loader = new Phalcon\Loader();

$loader->registerNamespaces(
    [
        'Phalcon' => '/path/to/incubator/Library/Phalcon/',
    ]
);

$loader->register();

Testing

Tests are located in tests/ and use Codeception. See tests/README.md.

Contributing

See CONTRIBUTING.md.

Contributions Index

See INDEX.md.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

License

Incubator is open-sourced software licensed under the New BSD License.
© 2011-2018, Phalcon Framework Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].