safrazik / emp-directory

Employee Directory sample application built with Breeze JS
20 stars 14 forks source link

breeze.server.php with apigility #1

Open losorio35 opened 9 years ago

losorio35 commented 9 years ago

Hi all, as I can integrate apigility and breeze.server.php?

I have controlled apigility With doctrine on the backend side, and angularjs in the frontend side. Now I want to integrate breeze.js, to consume metadata doctrine from apigility.

There solutions simfony 2, laravel, but not apigility

safrazik commented 9 years ago

If you are successful with Doctrine 2, you are almost there. Follow the standalone approach. This library depends on Doctrine and JMS serializer.

safrazik commented 9 years ago

@losorio35 did you make any progress?