CSS JavaScript PHP HTML
Latest commit c94b8ea Apr 20, 2017 @daveearley daveearley committed on GitHub Merge pull request #342 from bryant1410/master
Fix broken headings in Markdown files
Permalink
Failed to load latest commit information.
app Revert "Sponsors" Dec 1, 2016
bootstrap Applied fixes from StyleCI Mar 5, 2016
config #283 Cipher can be set in ENV file Jan 20, 2017
database Revert "Sponsors" Dec 1, 2016
public Fix broken Markdown headings Apr 17, 2017
resources Merge pull request #301 from CrNMGuy/patch-2 Feb 1, 2017
storage Resend Ticket Email Mar 11, 2016
tests Added Organiser Events Test fixed model factory Jun 17, 2016
.bowerrc - First commit Feb 29, 2016
.dockerignore Reformat code Sep 6, 2016
.env.example fix docker-compose setup configurations Feb 5, 2017
.gitattributes - First commit Feb 29, 2016
.gitignore Change create attendee to invite May 30, 2016
.htaccess Explicitly enable rewrite engine in .htaccess Sep 6, 2016
Dockerfile-nginx Docker dev environment (#90) May 11, 2016
Dockerfile-php fix docker-compose setup configurations Feb 5, 2017
Gruntfile.js Added jquery.payment to make card-input easier Jun 20, 2016
LICENSE Updating licence Apr 19, 2016
VERSION Version bump Aug 11, 2016
artisan - First commit Feb 29, 2016
bower.json Removed password type and char limit from CVC input Jun 20, 2016
composer.json - Added MIGS Payment Gateway Sep 7, 2016
composer.lock Reformat code Sep 6, 2016
docker-compose.yml fix docker-compose setup configurations Feb 5, 2017
nginx.conf Docker dev environment (#90) May 11, 2016
package.json Update repo url in package.json Aug 11, 2016
phpspec.yml - First commit Feb 29, 2016
phpunit.xml Design update (#85) Apr 27, 2016
readme.md Update readme.md Mar 21, 2017
server.php Applied fixes from StyleCI Mar 5, 2016

readme.md

Attendize Attendize

Attendize

Open-source ticket selling and event management platform

https://www.attendize.com

PLEASE NOTE: Attendize is in the early stages of development and therefore is likely to contain bugs and unfinished features. Be wary about using Attendize in a production environment.

Please ask any questions/report bugs in our new support forum: https://attendize.com/forum/

Demo Event Page: http://attendize.website/e/1/acmes-amazing-demo-event

Attendize is an open-source event ticketing and event management application built using the Laravel PHP framework. Attendize was created to offer event organisers a simple solution to managing general admission events, without paying extortionate service fees.

The current version (v1.X.X) will not receive any significant feature improvements, only security fixes. All effort will go into developing v2.0.0.

Current Features (v1.X.X)

  • Beautiful mobile friendly event pages
  • Easy attendee management - Refunds, Messaging etc.
  • Data export - attendees list to XLS, CSV etc.
  • Generate print friendly attendee list
  • Ability to manage unlimited organisers / events
  • Manage multiple organisers
  • Real-time event statistics
  • Customizable event pages
  • Multiple currency support
  • Quick and easy checkout process
  • Customizable tickets - with QR codes, organiser logos etc.
  • Fully brandable - Have your own logos on tickets etc.
  • Affiliate tracking
    • track sales volume / number of visits generated etc.
  • Widget support - embed ticket selling widget into existing websites / WordPress blogs
  • Social sharing
  • Support multiple payment gateways - Stripe, PayPal & Coinbase so far, with more being added
  • Support for offline payments
  • Refund payments - partial refund & full refunds
  • Ability to add service charge to tickets
  • Messaging - eg. Email all attendees with X ticket
  • Public event listings page for organisers
  • Ability to ask custom questions during checkout
  • Browser based QR code scanner for door management

Upcoming changes in v2.0.0

  • Theme support
  • Plugin Support
  • Localisation
  • Increased test coverage
  • Laravel 5.4
  • IOS/Android check-in / door management apps
  • Coupon/discount code support
  • Support for more payment providers
  • WordPress Plug-in

Official Documentation

Limited Documentation available at https://www.attendize.com/documentation.php. Github will be updated with more comprehensive documentation soon.

Contribution

Feel free to fork and contribute. I could use the help!

Docker dev environment

To run a docker dev entionment do the following:

git clone https://github.com/Attendize/Attendize
cd Attendize
cp .env.example .env
chmod -R a+w storage
chmod -R a+w public/user_content
docker-compose build
docker run --rm -v $(pwd):/app composer/composer install
docker-compose up -d
docker-compose run php php artisan attendize:install

Attendize will be available at http://localhost:8080 and maildev at http://localhost:1080

License

Attendize is open-sourced software licensed under the Attribution Assurance License. See https://www.attendize.com/licence.php for further details. We also have white-label licence options available.

Contributors