Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Sample application for the Phalcon PHP Framework

License

NotificationsYou must be signed in to change notification settings

phalcon/invo

Repository files navigation

Phalcon is a web framework delivered as a C extension providing highperformance and lower resource consumption.

This is a sample application for the Phalcon PHP Framework. We expect toimplement as many features as possible to showcase the framework and itspotential.

Please write us if you have any feedback.

Thanks.

NOTE

The master branch will always contain the latest stable version. If you wishto check older versions or newer ones currently under development, pleaseswitch to the relevant branch.

Get Started

Requirements

Installation

  1. Copy project to local environment -git clone git@github.com:phalcon/invo.git
  2. Copy filecp .env.example .env
  3. Edit .env file with your DB connection information
  4. Run DB migrationsvendor/bin/phalcon-migrations run --config=migrations.php

If you do not have PHP installed on your machine or do not wish to install it, youcan run the application in a docker container. You will needdocker anddocker-compose.

docker-compose up -d

will build and start your environment

dockerexec -it invo-8.0 /bin/bash

will allow you to enter the environment and run the tests. There is alsoinvo-8.1as an option, if you wish to run an environment with PHP 8.1.

To see the dockerized invo in action run:

docker inspect invo-8.0

and make a note of theIPAddress. Type the address in your browser and youwill see the invo application in action.

Contributing

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

Invo is open-sourced software licensed under theNew BSD License. © Phalcon Framework Team and contributors


[8]ページ先頭

©2009-2025 Movatter.jp