Phalcon official Forum

Overview

Phosphorum 3

Latest Version Software License Total Downloads Build Status

Phosphorum is an engine for building flexible, clear and fast forums. You can adapt it to your own needs or improve it if you want.

Please write us if you have any feedback.

Composer installation

composer create-project phalcon/forum

NOTE

The master branch will always contain the latest stable version. If you wish to check older versions or newer ones currently under development, please switch to the relevant branch/tag.

Documentation

The current version can be seen at Phosphorum Wiki.

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

Phosphorum is an open-sourced software licensed under the New BSD License.
© Phalcon Framework Team and contributors

Comments
  • Horrible posting performance in Firefox (OS X)

    Horrible posting performance in Firefox (OS X)

    Whenever I write a comment or post, and I have a code block, my Firefox tab almost locks up. I can type and wait literally more than a second for the text to appear on screen. I often end up writing my post in my code editor, then pasting it into Phosphorum just to save time and frustration.

    As per @m1ome 's suggestion Using OS Yosemite (10.10) / FF 35.0.1 (but this problem has been around for a while)

    Bug - Medium 
    opened by quasipickle 17
  • not able to populate the dummy data into forum

    not able to populate the dummy data into forum

    Hi,

    I have installed forum successfully on my WHM server. But when i give /usr/bin/php /home/xxxxx/public_html/forum/forum seeder:populate , through command prompt, i just get

    Start
    X-Powered-By: PHP/5.6.31
    Content-type: text/html; charset=UTF-8
    

    But no entries in database. When i check app/logs/application.log, it says,

    [04-Aug-2017 17:53:34][DEBUG] [boot] Parsed options: ["seeder:populate"]
    [04-Aug-2017 17:53:34][DEBUG] [boot] Task definition: {"task":"seeder","action":"populate","params":[]}
    [04-Aug-2017 17:53:34][ERROR] Whoops\Exception\ErrorException: fwrite() expects parameter 1 to be resource, string given in file /home/xxxx/public_html/forum/forum on line 28
    Stack trace:
      1. Whoops\Exception\ErrorException->() /home/xxxxx/public_html/forum/forum:28
      2. fwrite() /home/xxxx/public_html/forum/forum:28
    

    is the database name has to be phosphorum?? Please suggest. I have tried 'n' number of times to rectify the problem.

    Question 
    opened by lacylive 16
  • opening a post should not delete your stored token

    opening a post should not delete your stored token

    If I open a post, and start replying, in the middle i want to give link to some other post, i open the forum in new tab, list trough the stuff, find my post ( that i want to give link to ), open it and copy - the link.

    Now we go back to the post we originally start replaying to, you click "save" and boom you tried to xss atack. Maybe when creating the session token, do not remove the old ones ?

    opened by Izopi4a 16
  • Not receiving email notifications

    Not receiving email notifications

    Hello,

    I have not received any EMail notifications for any replies on Phalcon Forum since January 2017 despite many posts. Have the EMail notifications been disabled. My settings in the forum is E-Mail Notifications: "When someone replies to a discussion that I started or replied to".

    I used to get emails earlier for any posts I have made or any replies to where I have posted.

    Bug - Medium 
    opened by amsharma9 6
  • Need maintenance mode script

    Need maintenance mode script

    Just like the Laravel's maintenance script:

    To enable maintenance mode, simply execute the down Artisan command:

    php artisan down

    To disable maintenance mode, use the up command:

    php artisan up

    New Feature Request 
    opened by bnfan 6
  • Issue with GIT profile and something with categories...

    Issue with GIT profile and something with categories...

    Hi hi hi,

    I think i found a issue with my profile in Phalcon Forum (and maybe is a bug)- i have a profile from long time ago and before few weeks i change my username in GITHUB. Today i realize that i have a new profile in Phalcon Forum and all of my reputation, etc is missing... cant edit my old email notification settings. Is there a way to link my profiles or somehow to use my old one? Just to note that i have just one GITHUB profile, but with changed username.

    One more thing... if u try to access CACHE category in Phalcon forum, u will get 500 Error - https://forum.phalconphp.com/category/8/cache the link for it.

    Thanks and... may the force be with u :)

    Won't fix/implement 
    opened by borisdelev 5
  • Change Discord client

    Change Discord client

    Hello!

    • Type: new feature
    • Link to issue: #531

    In raising this pull request, I confirm the following:

    • [x] I have read and understood the Contributing Guidelines
    • [x] I have checked that another pull request for this purpose does not exist
    • [ ] I wrote some tests for this PR

    Small description of change: Using restcord/restcord instead team-reflex/discord-php

    Thanks

    opened by sergeysviridenko 4
  • Karma strange work

    Karma strange work

    I have a account on a forum: http://forum.phalconphp.com/user/2975/m1ome And you have a reputation system.

    It's seems it working wrong. (It seems sometimes karma rollback, and i don't have a additions from bounty and accepted answer) Let me explain:

    1. I have 5 accepted replies
    2. I have 12 up-voted replies
    3. I don't have down-vote

    My minimum karma should be at least: 45 + 50x5 + 10x12 = 415 (I don't count things from reply and so on). But i have a 199 karma.

    Bug - Medium 
    opened by m1ome 4
  • Fatal error: Class 'HttpRequest' not found in /app/library/Github/OAuth.php on line 67

    Fatal error: Class 'HttpRequest' not found in /app/library/Github/OAuth.php on line 67

    root@dev:~# pear list
    Installed packages, channel pear.php.net:
    =========================================
    Package          Version State
    Archive_Tar      1.3.7   stable
    Console_Getopt   1.3.0   stable
    HTTP             1.4.1   stable
    HTTP_Request2    2.1.1   stable
    Net_URL2         2.0.5   stable
    PEAR             1.9.4   stable
    Structures_Graph 1.0.4   stable
    XML_Util         1.2.1   stable
    

    and I install http.so

    HTTP Support    enabled
    Extension Version   2.0.4
    
    Used Library    Compiled    Linked
    libz    1.2.3.4     1.2.3.4
    libcurl     disabled    disabled
    libevent    disabled    disabled
    
    Directive   Local Value Master Value
    http.etag.mode  crc32b  crc32b
    

    settings in my php.ini

    extension=raphf.so
    extension=propro.so
    extension=http.so
    extension=phalcon.so
    

    I use ubuntu 12.04 server edtion, php 5.3.10 at last , i still get this error when i redirect to token URL.

    opened by panxianhai 4
  • Can't login

    Can't login

    I'm not sure this is a bug in the software per se, but since I can't login to the forum, this is the only place to report.

    When I try to login, I immediately get redirected back to forum.phalconphp.com - specifically to this url:

    https://forum.phalconphp.com/?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fapps%2Fmanaging-oauth-apps%2Ftroubleshooting-authorization-request-errors%2F%23redirect-uri-mismatch&state=YnlQYStLTXp2VHk5RTZYQWptVVYwZz09

    Sounds like there's some misconfiguration somewhere.

    opened by quasipickle 3
  • Add autocomplete suport

    Add autocomplete suport

    Hello!

    • Type: new feature
    • Link to issue: https://github.com/phalcon/forum/issues/374

    In raising this pull request, I confirm the following:

    • [x] I have read and understood the Contributing Guidelines
    • [x] I have checked that another pull request for this purpose does not exist
    • [ ] I wrote some tests for this PR

    Small description of change: Add user autocomplete

    Thanks

    opened by sergeysviridenko 3
  • V4 Upgrade

    V4 Upgrade

    We would like to keep supporting the forum in Phalcon v4.

    • [ ] Make the forum V4 compatible

    When upgrading it would be great if we could implement a few new features. Especially banning (spam)users could be helpful.

    opened by ruudboon 1
  • [NFR] Spam report / Moderation

    [NFR] Spam report / Moderation

    Issue:

    Lately, there has been a lot of spamming on the forums using github accounts. This thread is a prominent example: https://forum.phalconphp.com/discussion/17767/angular-4-apigee-oauth-url-calling-from-browser

    I've already written about this problem to GitHub, but they (understandably) won't act on abuse outside their platform.

    Proposed solution

    There is already a down-vote button for every comment. If enough downvotes accumulate for an account, they would be suspended.

    Enhancement 
    opened by lajosbencz 3
  • Button to open navbar in mobile is transparent and items list don't have a label

    Button to open navbar in mobile is transparent and items list don't have a label

    When accessing with a device with small screen <768px the access button to the navbar is not visible because it is transparent and the menu items don't have a label that describes them

    Before and after

    opened by emiliodeg 0
  • Possible a bug in the Discord\WebSockets\Events\PresenceUpdate

    Possible a bug in the Discord\WebSockets\Events\PresenceUpdate

    https://github.com/teamreflex/DiscordPHP/blob/43ce21d835d36bb654499bc674b3215fb29749dd/src/Discord/WebSockets/Events/PresenceUpdate.php#L50-L54

    Undefined index: nick
    
    #0 ../forum/vendor/team-reflex/discord-php/src/Discord/WebSockets/Events/PresenceUpdate.php(52): Whoops\Run->handleError(8, 'Undefined index...', '/data/nikos/pha...', 52, Array)
    #1 ../forum/vendor/team-reflex/discord-php/src/Discord/Discord.php(673): Discord\WebSockets\Events\PresenceUpdate->handle(Object(React\Promise\Deferred), Object(stdClass))
    #2 ../forum/vendor/team-reflex/discord-php/src/Discord/Discord.php(564): Discord\Discord->handleDispatch(Object(stdClass))
    #3 [internal function]: Discord\Discord->handleWsMessage(Object(Ratchet\RFC6455\Messaging\Message), Object(Ratchet\Client\WebSocket))
    #4 ../forum/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php(64): call_user_func_array(Array, Array)
    #5 ../forum/vendor/ratchet/pawl/src/WebSocket.php(71): Ratchet\Client\WebSocket->emit('message', Array)
    #6 ../forum/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php(104): Ratchet\Client\WebSocket->Ratchet\Client\{closure}(Object(Ratchet\RFC6455\Messaging\Message))
    #7 ../forum/vendor/ratchet/rfc6455/src/Messaging/MessageBuffer.php(60): Ratchet\RFC6455\Messaging\MessageBuffer->processData('\x81~\x00\xA5{"t":"PRESE...')
    #8 [internal function]: Ratchet\RFC6455\Messaging\MessageBuffer->onData('\x81~\x00\xA5{"t":"PRESE...', Object(React\Stream\Stream))
    #9 ../forum/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php(64): call_user_func_array(Array, Array)
    #10 ../forum/vendor/react/stream/src/Stream.php(173): Evenement\EventEmitter->emit('data', Array)
    #11 [internal function]: React\Stream\Stream->handleData(Resource id #230, Object(React\EventLoop\StreamSelectLoop))
    #12 ../forum/vendor/react/event-loop/src/StreamSelectLoop.php(236): call_user_func(Array, Resource id #230, Object(React\EventLoop\StreamSelectLoop))
    #13 ../forum/vendor/react/event-loop/src/StreamSelectLoop.php(205): React\EventLoop\StreamSelectLoop->waitForStreamActivity(5000000)
    #14 ../forum/vendor/team-reflex/discord-php/src/Discord/Discord.php(1229): React\EventLoop\StreamSelectLoop->run()
    #15 ../forum/app/task/Discord.php(84): Discord\Discord->run()
    #16 [internal function]: Phosphorum\Task\Discord->send(Array, Array)
    #17 [internal function]: Phalcon\Cli\Dispatcher->callActionMethod(Object(Phosphorum\Task\Discord), 'send', Array)
    #18 [internal function]: Phalcon\Dispatcher->dispatch()
    #19 ../forum/app/library/Bootstrap.php(129): Phalcon\Cli\Console->handle()
    #20 ../forum/app/library/Bootstrap.php(105): Phosphorum\Bootstrap->getOutput()
    #21 ../forum/forum(27): Phosphorum\Bootstrap->run()
    #22 {main}
    
    opened by sergeyklay 2
  • Get result project Version 3.6.0  When git clone 3.5.x

    Get result project Version 3.6.0 When git clone 3.5.x

    Because of phpunit(4.8.28) version very old , I update composer depends to newer, and tests it passed.

    Attach file is new composer.json composer.json.txt

    3.6 
    opened by Tabalus 0
Releases(v3.4.3)
  • v3.4.3(Sep 26, 2019)

  • v3.4.2(May 1, 2019)

    • Fixed Posts::getRecentUsers to prevent unwanted behavior for deleted users
    • Fixed #548
    • Removed no longer used editorconfig support
    • CI improvements
    Source code(tar.gz)
    Source code(zip)
  • v3.5.1(Jul 7, 2018)

    • Added Phosphorum\Assets\Filters\NoneFilter to correct join unminified assets
    • Added Install task and check action.
    • Added preview for reply edit
    • Replaced beanstalkd by AWS SQS
    • Updated erusev/parsedown to 1.7.1 version #481
    • Replace abandoned Guzzle\Http\Client by GuzzleHttp\Client
    • Replace CodeMirror editor by StackExchange/pagedown with some improvements and changes
    • Replace abandoned league/flysystem-dropbox by srmklive/flysystem-dropbox-v2
    • Replace abandoned team-reflex/discord-php by restcord/restcord
    • Fixed error logs path #473
    • Fixed generating incorrect user's emails in NotificationCest. #480
    Source code(tar.gz)
    Source code(zip)
  • v3.5.0(May 1, 2018)

    Added

    • Add pagination when category was selected #371
    • Add changelog #58
    • Add UsersListener to Users model #465
    • Added support syntax highlight in preview
    • Added Post listener
    • Added Assets Collection feature and do not use CDN anymore

    Changed

    • Change replies counter. Amount include posts's owner and visitors' replies #50
    • Cleaned Posts model

    Fixed

    • Prevent throwing error when queue does not work
    • Fixed post views logic to prevent increase views by post author
    • Fixed Mentions Plugin to allow user names with dash and underline
    Source code(tar.gz)
    Source code(zip)
  • v3.4.1(Dec 7, 2017)

    • Added support for additional language to highlight syntax
    • Notifications fixes
    • Fixed double escaped title
    • Don't use session if session not started
    • Fixed memcached session config
    • Improved notifications settings
    Source code(tar.gz)
    Source code(zip)
  • v3.4.0(Nov 28, 2017)

    • Fixed special symbols in preview mode
    • Add support of <del> and <ins> tags
    • Fixed blockquote text block (editor)
    • Changed view render from kzykhys/ciconia to erusev/parsedown
    • Moved logs and cache directories to the common place (storage/{cache,logs})
    • Updated path helpers
    • Moved config directory to the project root
    • Fixed dependencies and composer config
    • Removed no longer needed error_polyfill
    • Minor improvements and cleanup
    Source code(tar.gz)
    Source code(zip)
  • v3.3.2(Nov 3, 2017)

  • v3.3.1(Nov 1, 2017)

  • v3.3.0(Oct 30, 2017)

    • Fixed error handler configuration to show pretty error page only for debug mode
    • Refactored meta tags
    • Improved digest mail template
    • Provided ability to customize social links
    • Improved categories route
    • Improved tests suites
    • Added Discord integration
    • Added media queries so that the forum tab navigation isn't lost on iPads in portrait mode
    • Added SearchEngine task
    • Fixed Karma algorithm
    • Updated dependencies
    • Code cleanup, style fixes and more minor code fixes
    Source code(tar.gz)
    Source code(zip)
  • v3.2.1(Jan 25, 2017)

  • v3.2.0(Jan 12, 2017)

    • PHP < 5.6 are now fully deprecated
    • Introduced CLI Dispatcher
    • Introduced CLI Router
    • Introduced CLI OptionParser
    • Introduced CLI Application
    • Introduced CLI runner
    • Introduced CliInputListener
    • Introduced CLI tasks:
      • cache:clear
      • notifications:send
      • notifications:queue
      • robots:generate
      • seeder:populate
      • sitemap:generate
      • commands
      • help
      • version
    • Introduced Posts Service
    • Introduced EmailComponent
    • Introduced application version component
    • Added singleton helper
    • Cleaned old code
    • Improved forum stat (use rating instead of amount)
    • Minor fix for detecting debug mode
    • Used stable Codeception
    • Improved routing
    • Improved Travis CI build
    • Removed not needed constants
    • Improved mail templates
    • Refactored tests
    Source code(tar.gz)
    Source code(zip)
  • v3.1.2(Dec 6, 2016)

  • v3.1.1(Dec 5, 2016)

  • v3.1.0(Dec 5, 2016)

    • Introduced the Events Listeners
    • Introduced the Service Providers
    • Introduced the Volt functions
    • Introduced the Model Services
    • Added the error routes
    • Refactored the error views
    • Tune up the static pages
    • Improved config factory
    • Added ability to cache config on production mode
    • Removed old code
    • Improved the discussions ordering
    • Follow standard naming conventions
    • Amended the .env config
    • Used stable dependencies (Composer)
    Source code(tar.gz)
    Source code(zip)
  • v3.0.2(Dec 3, 2016)

    • Properly escaping user input/output
    • Fixed reCaptcha check issue
    • Added some path helpers
    • Introduced cache factory
    • Used stable Codeception
    • Amended tests
    • Amended helpers
    • Added "The most active users" stat
    Source code(tar.gz)
    Source code(zip)
  • v3.0.1(Nov 27, 2016)

  • v3.0.0(Sep 2, 2016)

    • Phalcon < 3.0.0 are now fully deprecated
    • Added ability to stick/unstick posts
    • Improved Volt set up
    • Improved Help index
    • Code cleanup
    • Amended development configs
    • Fixed RepliesController::historyAction
    • Added PostsRepliesHistory::findLast
    • Added PostsHistory::findLast
    • Added PostsReplies::getDifference
    • Added Posts::getDifference
    • Fixed Posts::afterSave
    • Fixed Backup util
    • Added AJAX HTTP filter
    • Refactor post history (diff)
    • Minor style fix
    • Separated post views into partials
    • Fixed CSRF check for subscription, voting, editing, user settings, etc
    • Fixed tests
    Source code(tar.gz)
    Source code(zip)
  • v2.3.0(Jul 13, 2016)

    • Enable tests for PHP 7.0
    • Fixed Elasticsearch Indexer
    • Small code cleanup
    • Introduced docker-compose.yml for development purposes
    • Fixed random-entries script
    • Added Security service
    • Fixed BlockQuoteExtension regexp
    • Added ability to configure Elasticsearch host and port
    • Fixed updating recommended posts
    • Used latest 2.x jQuery
    Source code(tar.gz)
    Source code(zip)
  • v2.2.0(Jun 15, 2016)

  • v2.1.0(May 29, 2016)

  • v2.0.5(Mar 26, 2016)

    • PHP 5.4 are now fully deprecated
    • Redesign errors
    • Improved environment config
    • Fixed mail layouts
    • Redesigned user's settings
    • Amended microdata
    • Fixed statistic
    • Cleanup notifiction
    • Fixed polls-related cache issue
    • Added development config example
    Source code(tar.gz)
    Source code(zip)
  • v2.0.4(Feb 14, 2016)

    • Phosphorum does not support Phalcon 2.0.4
    • Introduced Application Bootstrap
    • Introduced environment config
    • Introduced ability to override Application config
    • Introduced ability to configure cache Backend/Frontend
    • Added missed help layout
    • Improved ErrorController
    • Improved tests
    • Improved .htrouter.php
    Source code(tar.gz)
    Source code(zip)
  • v2.0.3(Feb 12, 2016)

    • Added support of octicons
    • Added font OpenSans
    • Introduced structured data markup
    • Introduced UsersController
    • Cleaned DiscussionsController
    • Improved Markdown Mention Extension
    • Enabled statistic for Categories
    • Fixed config example
    • Fixed routing
    • Removed old code
    • HTML Improvements
    Source code(tar.gz)
    Source code(zip)
  • v2.0.2(Feb 6, 2016)

    • Added tests for sitemap and robots.txt
    • Added Robots controller
    • Improved sitemap, added robots.txt Nginx locations
    • Improved UI (badges, statistic footer)
    • Improved logging
    • Fixed BadgeBase::getNoBountyCategories
    • Fixed PSR warnings
    • Fixed build for Phalcon 2.1.x
    • Fixed & cleanup notify sender
    • Fixed & cleanup digest sender
    Source code(tar.gz)
    Source code(zip)
  • v2.0.1(Jan 30, 2016)

Owner
The Phalcon PHP Framework
High performance, full-stack PHP framework delivered as a C extension.
The Phalcon PHP Framework
A Phalcon paginator adapter for Phalcon Collections

Phalcon Collection Paginator A Phalcon paginator adapter for Phalcon Collections Why create this? Being familiar with the various Pagination data adap

Angel S. Moreno 2 Oct 7, 2022
A Q&A and Forum PHP platform

Phanbook Phanbook is the next-generation Q&A and Forum software that makes online discussion, question and answer site for professional and enthusiast

Phanbook 302 Dec 3, 2022
A forum software written in vanilla PHP with a MariaDB/MySQL database.

GloomyBB GloomyBB is a simple forum software written in vanilla PHP with a MariaDB/MySQL database. It is currently still in early development but is u

John Vinh 3 Nov 2, 2022
The Assure Alliance support website. This website is based on Questions2Answers and is a forum for support using Biblical Tools

The Assure Alliance support website. This website is based on Questions2Answers and is a forum for support using Biblical Tools

United Bible Societies Institute for Computer Assisted Publishing 3 Jul 29, 2022
Phalcon Demo Application

Phalcon Demo Application We use modified Phalcon INVO Application to demonstrate basics of Codeception testing. We expect to implement as many feature

Codeception Testing Framework 42 Oct 7, 2022
Phalcon PHP Meta tags Service

About Phalcon meta tags plugin for PhalconPHP. This plugin allows you to easily and flexibly customize the meta tags of your view. If this plugin help

null 12 Oct 7, 2022
Implementation of an API application using the Phalcon Framework

phalcon-api Sample API using Phalcon Implementation of an API application using the Phalcon Framework https://phalcon.io Installation Clone the projec

The Phalcon PHP Framework 81 Dec 15, 2022
A composer package designed to help you create a JSON:API in Phalcon

phalcon-json-api-package A composer package designed to help you create a JSON:API in Phalcon What happens when a PHP developer wants to create an API

Jim 36 Oct 7, 2022
Setupify is a Phalcon provisioning and development tool.

Setupify Provisioning Tool WARNING: Setupify is currently in a state of experimentation. Use tag release. Setupify is a collection of bash scripts for

Perch Labs 3 Oct 7, 2022
RedisPlugin for Phalcon

RedisPlugin for Phalcon (The correspondence of MySQL sharding.) Composer { "require": { "ienaga/phalcon-redis-plugin": "3.*" } } Versio

Toshiyuki Ienaga 16 Oct 7, 2022
Easy Repository pattern for PHP Phalcon framework.

Phalcon Repositories Introduction Phalcon Repositories lets you easily build repositories for your Phalcon models, for both SQL and Mongo drivers. PHP

Michele Angioni 18 Oct 7, 2022
Phalcon devtools

Yarak yarak - (Falconry) a state of prime fitness in a falcon Laravel inspired Phalcon devtools Database migrations that rollback step-by-step, reset

Zach Leigh 27 Oct 7, 2022
Incubator adapters/functionality for the Phalcon PHP Framework

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

The Phalcon PHP Framework 735 Dec 27, 2022
PHP Profiler & Developer Toolbar (built for Phalcon)

Prophiler - A PHP Profiler & Developer Toolbar built for Phalcon Demo The demo website has been moved to a separate repository: https://github.com/fab

Fabian Fuelling 444 Dec 27, 2022
A powerful debug and profilers tool for the Phalcon Framework

Phalcon Debugbar Integrates PHP Debug Bar with Phalcon Framework. 中文说明 Features Normal request capturing Ajax request capturing Redirect request chain

Yajie Zhu 162 Oct 7, 2022
Phalcon 3.x BB Debugger Strong and easy install.

Phalcon BB Debugger Phalcon Version: 3.x BB Debugger Version: 1.0.3 Change Log See ChangeLog What is BB Debugger ? The bb debugger, written for the ph

İsmail 6 Oct 7, 2022
Time registration tool build with Phalcon

PhalconTime Application PhalconTime is a timekeeping tool that helps you track hours spend on clients and projects. Please write me if you have any fe

null 6 Oct 7, 2022
phalcon config loader for yaml

Phalcon Config Loarder for Yaml Loads all the yml in the directory of the app/config. Version PHP: 7.0.x, 7.1.x, 7.2.x Phalcon: 3.x Composer { "r

Toshiyuki Ienaga 2 Oct 7, 2022
Phalcon cli template

Phalcon cli template This is just sample boostraping application for command line applications using the outstanding Phalcon Framework. Installation J

Guilherme Viebig 9 Oct 7, 2022