All Projects → atk4 → core

atk4 / core

Licence: MIT license
Core Object Traits for Agile Toolkit

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to core

login
Add-on implementing User Login, Registration, Management and Password
Stars: ✭ 24 (+26.32%)
Mutual labels:  agile, atk4
spring-core
✏️ study
Stars: ✭ 89 (+368.42%)
Mutual labels:  core
kaspad
Kaspad is the reference full node Kaspa implementation written in Go (golang).
Stars: ✭ 81 (+326.32%)
Mutual labels:  core
bzkanban
🔪 Kanban board for Bugzilla 5+
Stars: ✭ 39 (+105.26%)
Mutual labels:  agile
giticket
Utility to autoadd ticket number specified in your branch name to your commits!
Stars: ✭ 51 (+168.42%)
Mutual labels:  agile
zimagi
Zimagi - Modular Data Integration, Processing, and Distribution Platform
Stars: ✭ 15 (-21.05%)
Mutual labels:  core
octopus-agile-pi-prices
Display the upcoming prices on the Octopus Energy "Agile" tariff.
Stars: ✭ 35 (+84.21%)
Mutual labels:  agile
server
Server/API for Vela (Target's official Pipeline Automation Framework)
Stars: ✭ 74 (+289.47%)
Mutual labels:  core
traits
A tiny library to add support for Traits in Javascript and Typescript projects
Stars: ✭ 19 (+0%)
Mutual labels:  traits
RustLabs
The Ultimate Workshop Track for #Rust Developer
Stars: ✭ 22 (+15.79%)
Mutual labels:  traits
hospitalrun-core
All elements shared between Frontend and Backend, including CouchDB design-documents and schemas.
Stars: ✭ 36 (+89.47%)
Mutual labels:  core
mili
Team technology management tool
Stars: ✭ 22 (+15.79%)
Mutual labels:  core
jira.js
A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Stars: ✭ 156 (+721.05%)
Mutual labels:  agile
core
WIP - A personal life helper providing solutions and happiness
Stars: ✭ 17 (-10.53%)
Mutual labels:  core
taiga-front-next
Next taiga-front version with Angular
Stars: ✭ 27 (+42.11%)
Mutual labels:  agile
CoreRemoting
RPC library with classic .NET Remoting flavour
Stars: ✭ 23 (+21.05%)
Mutual labels:  core
core-command
Downloads, installs, updates, and manages a WordPress installation.
Stars: ✭ 41 (+115.79%)
Mutual labels:  core
tondra
Continuous Development on Kubernetes environments with Skaffold
Stars: ✭ 105 (+452.63%)
Mutual labels:  agile
docker-horizon-core-web
🐳 Core and Web application service for Horizon by OpenNMS
Stars: ✭ 28 (+47.37%)
Mutual labels:  core
Samples-NET.Core-MVC-CSharp
ASP.NET Core 2.0 MVC C# samples for Stimulsoft Reports.Web reporting tool.
Stars: ✭ 28 (+47.37%)
Mutual labels:  core

Agile Core

Collection of PHP Traits for designing object-oriented frameworks.

Build CodeCov GitHub release Code Climate

Agile Core was created for Agile Data and Agile UI, but can be used in any other framework too. You will mostly find PHP Traits here, that add functionality into your objects such as:

  • Containers: Implements Parent/Child relations between your objects
  • Hooks: Create hooks and register callbacks with priorities and arguments
  • Initializers: Automatically execute init() method of your object
  • Dynamic Methods: Add methods dynamically into existing objects
  • Factory: Specify class name as a string
  • App Scope: Inject global "app" object and pass it to new objects

Additionally you a much better 'Exception' class for general-purpose exceptions.

Documentation

http://agile-core.readthedocs.io/

Community and Support

Gitter Stack Overlfow Community Discord User forum

Install from Composer

composer require atk4/core

Agile Toolkit

Agile Core is part of Agile Toolkit - PHP UI Framework. If you like this project, you should also look into:

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].