Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode branche #266

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions guides/IOS_Dev/Xcode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Xcode
Xcode is a development environment for macOS, as well as for iOS, watchOS and tvOS.

# Introduction
The Cocoa API allows you to program with the following languages:
Objective-C
Ruby
Swift (Apple's new programming language presented at WWDC 2014).

### More Information
https://developer.apple.com/xcode/


# source
- https://en.wikipedia.org/wiki/Xcode
- https://fr.wikipedia.org/wiki/Xcode

36 changes: 36 additions & 0 deletions guides/Web_Frameworks/ubiquity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Ubiquity

# Main features
- MVC
- Dependency injection
- PSR-4 Autoloader
- Router based on annotations
- ORM implementing Data Mapper
- Multi-databases & multi-database types support (PDO Mysql, Mysqli, Swoole coroutine Mysql, Tarantool)
- Multi-level cache
- Rest Server
- Web admin interface (UbiquityMyAdmin)
- Scaffolding
- Console Admin interface (Devtools)
- Assets & themes management (since 2.1.0, on a [proposal](https://github.com/phpMv/ubiquity/issues/11) from [@Gildonei](https://github.com/gildonei))
- Managed servers: fpm/fastcgi with Apache or nginX, Swoole, PHP-PM with ReactPHP (Dev only)

# Installation

The easiest way to install **Ubiquity** is to use [devtools](https://github.com/phpMv/ubiquity-devtools)
* Install Ubiquity-devtools:
```bash
composer global require phpmv/ubiquity-devtools
```
* Create a project:
```bash
Ubiquity new firstProject -a
```
* Start the server:
```bash
Ubiquity serve
```


To know more about them Follow the link :
https://micro-framework.readthedocs.io/en/latest/