ubiquity icon indicating copy to clipboard operation
ubiquity copied to clipboard

Ubiquity framework

Results 17 ubiquity issues
Sort by recently updated
recently updated
newest added

## Summary For developper, Ubiquity serve -h=xxx.xxx.xxx.xxx --phpversion=php7.4 (for example) ## Motivation I test Ubiquity on multiple php version server ## Compatibility with Ubiquity's philosophy - ease of use ##...

new feature

## Summary Create a Helper similar to AssetsManager that can be used to render HTML tags ## Motivation Some elements like links () can be displayed according ACL rules, so...

new feature

## Summary Create a native integration with PHP Phinx to generate database sync and throught developement, tests and production servers ## Motivation Almost all developers have to maintain code and...

new feature
Implemented
available in next release

## Summary Support for domain-based structure, so instead of `models/User.php` we have `users/models/User.php`. ## Motivation The classic MVC structure without division into domains does not work for medium and large...

accepted
new feature
Implemented
available in next release

## Summary use redis as a cache drive ## Motivation Better performance, more data types than memcached ## Compatibility with Ubiquity's philosophy Indicate compatibility or improvements in: - improve performances...

accepted
new feature

## Summary Allow developers to execute Controller actions on shell, without renders ## Motivation Shell tasks are a very commom need on projects that need to run routines to update...

new feature
Contributing

In URequest.php method getContentType the header field "Content-Type" must be written in lowercase See: https://tools.ietf.org/html/rfc7540#section-8.1.2

standardization

### Getting information Consulting the [guide](https://micro-framework.readthedocs.io/en/latest/?badge=latest) is a good thing to better apprehend a feature. It is also sometimes useful to search in the [API](https://api.kobject.net/ubiquity/). ### By way of example...

Contributing

### Steps I have a REST api developed with 2.3.11 version and all have been working ok during 2 years. One week ago, the "connect" method is doing weird responses,...

(https://github.com/phpMv/ubiquity/raw/master/src/tests/files/travis/.travis.yml) detected by some trojan scanners as trojan installer: Name: HEUR:Trojan.Script.Miner.gen Threat level: High Object name: .travis.yml after further investigation, found that travis.yml try installing "https://scrutinizer-ci.com/ocular.phar" on client pc, that...

not a bug